Sponsored by Deepsite.site

Truee Ai

Created By
Truee Ai15 days ago
Truee is a platform that helps businesses create a trusted, AI-ready business profile so AI systems, search engines, agents, and customers can understand exactly who they are, what they do, where they operate, and how to contact them. Instead of AI guessing or using outdated public information, Truee lets businesses control and update their own structured business data. A simple way to say it: Truee helps businesses tell AI the truth about them. Or: Truee is a trusted business data layer for the AI-first internet. It helps businesses with: Accurate business information AI discoverability Structured business profiles Trust and verification Updates for services, location, contact details, announcements, and offers Better visibility when AI agents are searching for businesses to recommend For customers and AI systems, Truee becomes a reliable source of business information. For businesses, it means: One Truee profile, thousands of AI agents can understand and find you when your business is needed.
Overview

Truee MCP Server

Give your AI agent access to verified African business data — instantly.

Endpoint: https://api.usetruee.com/mcp
Transport: HTTP JSON-RPC (MCP 2024-11-05)
Auth: API key via x-api-key header


What is Truee?

Truee is a verified business directory for Africa. The Truee MCP server lets AI agents search, filter, and retrieve detailed profiles of verified businesses — with contact info, location, services, branches, and verification status.


Quickstart

1. Get an API key

Sign up at usetruee.com and generate an API key from your dashboard.

2. Add to Claude Desktop

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "truee": {
      "type": "http",
      "url": "https://api.usetruee.com/mcp",
      "headers": {
        "x-api-key": "YOUR_API_KEY"
      }
    }
  }
}

3. Add to Cursor

Add this to your Cursor MCP settings:

{
  "truee": {
    "type": "http",
    "url": "https://api.usetruee.com/mcp",
    "headers": {
      "x-api-key": "YOUR_API_KEY"
    }
  }
}

Tools

search_businesses

Search for businesses using natural language or structured filters. Powered by AI query understanding.

{
  "query": "logistics companies in Lagos",
  "country": "NG",
  "limit": 10
}
ParameterTypeRequiredDescription
querystringYesNatural language or keyword search
citystringNoFilter by city
statestringNoFilter by state or region
countrystringNoFilter by country (e.g. NG, GH)
categorystringNoCategory code — use list_categories to see options
areastringNoNeighbourhood or market name (e.g. Victoria Island)
lat / lngnumberNoCoordinates for proximity search
radiusnumberNoSearch radius in km (default 50, max 1000)
limitnumberNoResults per page (1–50, default 10)
pagenumberNoPage number (default 1)

query_businesses

Structured search without AI query parsing — faster and cheaper (1 credit vs 2). Use when you already know the exact keywords.

{
  "keywords": "fabric seller",
  "city": "Ibadan",
  "country": "NG"
}

Same parameters as search_businesses, but uses keywords instead of query.


get_business

Fetch the full profile of a specific business by its ID or URL slug.

{
  "id_or_slug": "acme-logistics-ng"
}

Returns: services, products, branches, verifications, social links, and all contact info.


list_categories

List all available business category codes. Use the returned codes in search_businesses or query_businesses.

{}

No parameters required.


Example Prompts

Once connected, you can ask your AI agent things like:

  • "Find me verified fintech companies in Lagos"
  • "What logistics companies operate in Abuja?"
  • "Show me the full profile for acme-logistics-ng"
  • "What business categories does Truee cover?"
  • "Find fabric sellers near Victoria Island within 10km"

Raw JSON-RPC Example

curl -X POST https://api.usetruee.com/mcp \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "search_businesses",
      "arguments": {
        "query": "fintech companies in Nigeria",
        "limit": 5
      }
    }
  }'

Pricing

Each tool call costs credits from your Truee account:

ToolCredits
search_businesses2 credits
query_businesses1 credit
get_business1 credit
list_categories0 credits

Get credits at usetruee.com.


API Reference

Full API docs: https://api.usetruee.com/mcp/docs


Support

Server Config

{
  "mcpServers": {
    "truee": {
      "type": "http",
      "url": "https://api.usetruee.com/mcp",
      "headers": {
        "x-api-key": "YOUR_API_KEY"
      }
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
DeepChatYour AI Partner on Desktop
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
ChatWiseThe second fastest AI chatbot™
Amap Maps高德地图官方 MCP Server
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
CursorThe AI Code Editor
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Tavily Mcp
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
WindsurfThe new purpose-built IDE to harness magic
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright McpPlaywright MCP server
Serper MCP ServerA Serper MCP Server
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code